[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether the list is read only. This implementation always returns true.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property System.Collections.IList.IsReadOnly As Boolean Implements IList.IsReadOnly |
| Visual C++ |
|---|
private:
virtual property bool System.Collections.IList.IsReadOnly {
bool get () sealed = IList::IsReadOnly::get;
} |
Field Value
Alway true, indicating that the list is read-only.
See Also